Register<I>(I,string) Method

Summary
Registers an instance with the container.
Syntax
C#
C++/CLI
public static void Register<I>( 
   I instance, 
   string name 
) 
public: 
static void Registergeneric<typename I> 
(  
   _I^_ instance, 
   String^ name 
)  

Parameters

instance
Object to be returned.

name
The name of the instance.

Type Parameters

I
Type of instance to register (may be an implemented interface instead of the full type).

Requirements

Target Platforms

Help Version 22.0.2023.2.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.DataAccessLayer Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.